Uses of Enum
edu.claflin.finder.algo.Algorithm.GraphSortOrder
Packages that use Algorithm.GraphSortOrder
Package
Description
Contains the Algorithm code for finding bipartite subgraphs.
-
Uses of Algorithm.GraphSortOrder in edu.claflin.finder.algo
Fields in edu.claflin.finder.algo declared as Algorithm.GraphSortOrderMethods in edu.claflin.finder.algo that return Algorithm.GraphSortOrderModifier and TypeMethodDescriptionAlgorithm.getGraphSortOrder()static Algorithm.GraphSortOrderReturns the enum constant of this type with the specified name.static Algorithm.GraphSortOrder[]Algorithm.GraphSortOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.claflin.finder.algo with parameters of type Algorithm.GraphSortOrder